home *** CD-ROM | disk | FTP | other *** search
- // Warning: after each modification, this file must be compiled into an XPT
- // ${SDK}/bin/xpidl -m header -w -I${SDK}/idl ynIYoonoWebAPI.idl
-
- // This is the interface exposed to webpages. Note that not everything
- // is necessarly visible for all pages, depending on the security configuration.
-
- #include "nsISupports.idl"
-
- [scriptable, uuid(fd2fe577-21a1-4278-8c89-eecaf6895b44)]
- interface yoonoIWebAPI: nsISupports
- {
- readonly attribute string version;
- };
-